-
Notifications
You must be signed in to change notification settings - Fork 23
Rotate AIO vault password #2065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request rotates the Ansible vault password for the skc-ci-aio user across multiple environments. While the password rotation is necessary, I've noticed that the secret is duplicated in four different files. This creates a maintainability issue, making future rotations error-prone. I've added comments with a suggestion to centralize this secret to avoid duplication. This will make the configuration more robust and easier to manage.
|
Upgrade jobs will fail because it checks out the previous branch, and unless we do it all in reverse order, the previous branch won't have the right changes |
No description provided.